SciChart.Charting3D Assembly > SciChart.Charting3D.RenderableSeries Namespace : ISceneEntityHelper<TRenderableSeries,TPoint3DData> Interface
ISceneEntityHelper<TRenderableSeries,TPoint3DData> Interface Methods

For a list of all members of this type, see ISceneEntityHelper<TRenderableSeries,TPoint3DData> members.

Public Methods
 NameDescription
 MethodGets the Metadata value from the lastPointSeries based on the hitTestInfo  
 Method Transforms data from an IPointSeries3D into series specific type, that holds all the necessary data to create mesh.  
 MethodGets the hit data value from the lastPointSeries based on the hitTestInfo  
 MethodPerforms a HitTest operation on the baseSceneEntity of type SciChart.Charting3D.Primitives.IBaseSceneEntity, returning the HitTestInfo3D containing the result  
 MethodPerforms selection, setting the isSelected flag to true or false on the SciChart.Charting3D.Model.IDataSeries3D for the given list of Vertex Ids  
 MethodConverts a DataSeries to a SciChart.Charting3D.Model.IPointSeries3D derived type, for use during the render pass  
 MethodConverts the result of a Hit-Test operation (HitTestInfo3D) to a SciChart.Charting3D.Model.ChartData.SeriesInfo3D class, which may be used as a ViewModel when outputting series values as bindings. SciChart.Charting3D.Model.ChartData.SeriesInfo3D is used by the SciChart.Charting3D.Modifiers.Tooltip3D.TooltipModifier3D class  
Top
See Also